home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / clt156.zip / CHC11.BAT < prev    next >
DOS Batch File  |  1993-01-03  |  353b  |  14 lines

  1. @echo off
  2. rem (c) R&D Associates 1992.
  3. rem All Rights Reserved.
  4. rem
  5. rem This file builds the Intel 68HC11 library. NOTE: it assumes that the
  6. rem compiler was installed to ARCH, and CLINT was installed to CLINT.
  7. rem
  8. copy chc11.cln \arch\include
  9. cd \arch\include
  10. clint chc11 -L chc11.g -g -x -w0
  11. del chc11.cln
  12. copy chc11.g \clint
  13. del chc11.g
  14.